CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linear svm

搜索资源列表

  1. libsvm-2.88.rar

    2下载:
  2. LIBSVM 是台湾大学林智仁 (Chih-Jen Lin) 博士等开发设计的一个操作简单、易于使用、快速有效的通用 SVM 软件包,可以解决分类问题(包括 C- SVC 、n - SVC )、回归问题(包括 e - SVR 、 n - SVR )以及分布估计( one-class-SVM )等问题,提供了线性、多项式、径向基和 S 形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。,LIBSVM is林智仁Taiwan Univ
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:518089
    • 提供者:小潘
  1. stprtool.rar

    6下载:
  2. 统计模式识别工具箱(Statistical Pattern Recognition Toolbox)包含: 1,Analysis of linear discriminant function 2,Feature extraction: Linear Discriminant Analysis 3,Probability distribution estimation and clustering 4,Support Vector and other Kernel Machines,
  3. 所属分类:matlab

    • 发布日期:2015-07-19
    • 文件大小:4271126
    • 提供者:查日东
  1. SVM-classifier

    0下载:
  2. 用matlab实现非线性支持向量机分类器对多类进行分类。-Using matlab to achieve non-linear support vector machine classifier for multi-class classification.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:2850
    • 提供者:rosalyn
  1. svm

    0下载:
  2. 这是一个十分完善的SVM算法。包括各种的线性核和非线性核。能够解决各种分类问题。-This is a very good SVM algorithm. Including the linear kernel and nonlinear kernel. To solve various classification problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:12899
    • 提供者:wuxin
  1. SVM_lzb1p0

    0下载:
  2. svm(支持向量机)能进行分类。有不同的核函数,如线性,多项式等-svm (support vector machine) can be classified. There are different kernel functions, such as linear, polynomial, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:228635
    • 提供者:孟祥
  1. lpsvr

    0下载:
  2. 一个我自己编写的求解线性支持向量机的matlab代码-I have prepared a solution of linear SVM matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:4277
    • 提供者:喻军
  1. file

    0下载:
  2. 利用matlab开发平台和相关的SVM优化工具箱,及OAO,OAA,BSVM2算法模型,设计改进并实现非线性的模式分类实验模型系统.-Matlab use development platform and related optimization toolbox of SVM, and OAO, OAA, BSVM2 algorithm model, designed to improve and to achieve non-linear model of the pattern classi
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:239516
    • 提供者:原磊
  1. svm

    0下载:
  2. 这是在模式识别中常用的一个分类器,不过这是一个线性2分类问题,对于多分类问题,可以直接转化~-This is commonly used in pattern recognition, a classifier, but this is a linear 2 classification for multi-classification problems, can be directly translated into
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:126006
    • 提供者:何欢
  1. libsvm-2.89

    1下载:
  2. 是一種線性方成的分類器。SVM透過統計的方式將雜亂的資料以NN的方式分成兩類,以便處理。LIBLINEAR is a linear classifier for data with millions of instances and features. It supports L2-regularized logistic regression (LR), L2-loss linear SVM, and L1-loss linear SVM. -Main features of LIBLINEA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:521027
    • 提供者:陳彥霖
  1. svmlin-v1.0

    0下载:
  2. svmlin-v1.0svmlin,it is usefull for you to develop the linear svm!thank you for download.it your time to get this soft wear,go go -svmlin,it is usefull for you to develop the linear svm!thank you for download.it your time to get this soft wear,go go
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:66182
    • 提供者:朱涛
  1. LinearSVC

    0下载:
  2. Construct a linear SVM classifier from the training Samples and Labels
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:878
    • 提供者:Gourab Sen
  1. PolySVC

    0下载:
  2. Construct a non-linear SVM classifier with a polynomial kernel from the training Samples and Labels
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1027
    • 提供者:Gourab Sen
  1. non-linearSVMmulti-classification

    0下载:
  2. 转发一个可视化的非线性支持向量机多分类源码,比较实用易学,值得进一步深入开发。-non-linear SVM multi-classification
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:239600
    • 提供者:SVM爱好者
  1. SVM-Related-Resources-Summary

    0下载:
  2. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:127545
    • 提供者:王辉
  1. SVMClassificationFunction

    0下载:
  2. this a matlab coding of svm classification function. when inputing training samples, training labels, testing samples, testing labels, and two parameters, the classification result is obtained. linear svm and nonlinear svm can be selected.-this
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:632
    • 提供者:Phoenix
  1. svm

    0下载:
  2. 线性SVM算法设计分类器,对一组数据进行分类-Linear SVM classifier algorithm on a set of data classification
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2049
    • 提供者:韩倩倩
  1. svm

    0下载:
  2. SVM,一个简单的用于线性分类的代码,采用openCV写的。-SVM, a simple linear classification code used by openCV written.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3998299
    • 提供者:高永强
  1. SVM

    5下载:
  2. 线性SVM分类,数据已给出,代码很详尽哈-Linear SVM classification, data has been given, the code is very detailed and Kazakhstan
  3. 所属分类:matlab

    • 发布日期:2015-01-08
    • 文件大小:203776
    • 提供者:
  1. svm

    0下载:
  2. svm分类器,有几类样本点,利用线性SVM分类器求出其分界面-svm classifier, there are several types of sample points, using a linear SVM classifier obtained the sub-interface
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:638
    • 提供者:小丽
  1. SVM算法

    1下载:
  2. 实现线性支持向量机算法,并比较其原始函数与对偶形式函数(Realize the linear SVM algorithm, and compare the original function and dual function)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-04-10
    • 文件大小:227328
    • 提供者:hhhhzxx
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com